cssstyleproperty: remove unused variable
authorCosimo Cecchi <cosimoc@gnome.org>
Fri, 14 Dec 2012 02:54:50 +0000 (21:54 -0500)
committerCosimo Cecchi <cosimoc@gnome.org>
Fri, 14 Dec 2012 02:54:50 +0000 (21:54 -0500)
gtk/gtkcssstyleproperty.c

index 410ce4e7f4223dc38c8ccdb7bc916e6cb3028c3c..0b7491524e421174e64c9185dfbc85e64e601ffb 100644 (file)
@@ -349,8 +349,6 @@ _gtk_css_style_property_init (GtkCssStyleProperty *property)
 guint
 _gtk_css_style_property_get_n_properties (void)
 {
-  GtkCssStylePropertyClass *klass;
-
   if (G_UNLIKELY (gtk_css_style_property_class == NULL))
     {
       _gtk_style_property_init_properties ();